toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.print
/
[jvm]Scaling
/
CustomScaling
Custom
Scaling
public
interface
CustomScaling
implements
Scaling
The custom scaling used for printing.
Members
Functions
custom
Link copied to clipboard
public
static
Scaling.CustomScaling
custom
(
int scaleFactor
)
Creates a custom scaling which scales the content according to the given
scaleFactor
.
default
Scaling
Link copied to clipboard
public
static
Scaling
defaultScaling
(
)
Creates a default scaling for the printing content.
scale
Factor
Link copied to clipboard
public
int
scaleFactor
(
)